projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaaca4
)
gail: Fix for new box handling
author
Benjamin Otte
<otte@redhat.com>
Thu, 9 Jun 2011 04:18:10 +0000
(06:18 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 9 Jun 2011 04:18:10 +0000
(06:18 +0200)
modules/other/gail/gailwidget.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/gailwidget.c
b/modules/other/gail/gailwidget.c
index ee7029315a4997cfa937b420d844cb77fbe99adf..b68c6bb87d6bac62fdbb4a8636f568a6a35d7898 100644
(file)
--- a/
modules/other/gail/gailwidget.c
+++ b/
modules/other/gail/gailwidget.c
@@
-428,7
+428,7
@@
gail_widget_ref_relation_set (AtkObject *obj)
GtkWidget *temp_widget;
temp_widget = gtk_widget_get_parent (widget);
- if (GTK_IS_
H
BOX (temp_widget))
+ if (GTK_IS_BOX (temp_widget))
{
label = find_label (temp_widget);
}